home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000137_news@columbia.edu_Wed Jun 14 05:34:35 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA24035
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 15 Jun 1995 06:06:01 -0400
  3. Received: by apakabar.cc.columbia.edu id AA18174
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 15 Jun 1995 06:05:58 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!udel!news.sprintlink.net!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!lll-winken.llnl.gov!osi-east2.es.net!oracle.pnl.gov!mica.inel.gov!pmafire!mars.poci.amis.com!cwis.isu.edu!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Using Kermit as a Line Analyser
  9. Message-Id: <1995Jun14.113435.53985@cc.usu.edu>
  10. Date: 14 Jun 95 11:34:35 MDT
  11. References: <3rmm98$89r@starlight.datlog.co.uk>
  12. Organization: Utah State University
  13. Lines: 20
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3rmm98$89r@starlight.datlog.co.uk>, dcoles@datlog.co.uk (Dave Coles) writes:
  17. > I occasionally need to monitor traffic on RS-232 lines connecting
  18. > computers to terminals, modems, computers and other equipment capable of
  19. > providing an RS-232 connection.  The frequency is such that buying a
  20. > line/protocol analyser is not a justifiable expense. 
  21. > I would like to use Kermit on a PC to provide the capability to
  22. > display/log the traffic up and down the line. The line characteristics
  23. > baud rate, stop/data bits and parity will always be known. Connection 
  24. > will be via a three plug ribbon cable connecting both endpoints and the COM1:
  25. > port on the PC.
  26. > Has anyone tried this? What cabling/Kermit problems will occur when I try 
  27. > to connect everything together?
  28. --------
  29.     The problems are electrical in the first instance. RS-232 receivers
  30. draw current and paralleling them is not a swift idea. Kermit runs only one
  31. serial port at a time, and thus cannot have UARTs snooping on two wires at
  32. once. 
  33.     Joe D.